public final class JActionButtonDisplayPropertyEditor
extends TaggedIntPropertyEditor
{
private static TaggedInt[] m_Tags = null;
// When the class loads, load the tags
static
{
m_Tags = new TaggedInt[]
{
new TaggedInt("DISPLAY_ACTION_ICON", com.symantec.itools.swing.actions.JActionButton.DISPLAY_ACTION_ICON, "com.symantec.itools.swing.actions.JActionButton.DISPLAY_ACTION_ICON"),
new TaggedInt("DISPLAY_ACTION_NAME", com.symantec.itools.swing.actions.JActionButton.DISPLAY_ACTION_NAME, "com.symantec.itools.swing.actions.JActionButton.DISPLAY_ACTION_NAME"),
new TaggedInt("DISPLAY_ACTION_ICON_AND_NAME", com.symantec.itools.swing.actions.JActionButton.DISPLAY_ACTION_ICON_AND_NAME, "com.symantec.itools.swing.actions.JActionButton.DISPLAY_ACTION_ICON_AND_NAME"),